Site Updates
Use this page to check for additions or changes to the QuickTime documentation since your last visit.
You can now receive notification of changes automatically. Sign up for any of the
Apple Developer programs, including
the free on-line program, and you'll receive a weekly e-mail notice of any changes or additions to
Apple's developer documentation.
-
1/13/2000 -- QuickTime 4.1 released. For details, see
What's New in this Version.
-
12/8/99 -- Corrected an error in
Connecting to the Base Image Decompressor.
The code sample now correctly shows that you pass a component instance to
OpenADefaultComponent.
Previously, the code sample incorrectly passed a component, rather than a component instance.
-
10/19/99 -- Corrected an error in Wired Movies and Sprites. In the section
Naming a Movie, the text now correctly states
that you set a movie's name by adding a user data item of type 'plug' to the Movie's user data set to
"Moviename=MovieName"
where MovieName is the name of the Movie.
Previously, this section incorrectly stated that you should set Movieid=MovieName.
-
10/13/99 -- Updated the PDF of Inside Macintosh: QuickTime Components
to improve readability and correct some formatting problems. No substantive changes were made.
-
9/16/99 -- Corrected an error in the Graphics Exporter documentation.
The sample code presented the parameters to FindNextComponent in the wrong order.
Incorrect: c = FindNextComponent( &cd, c)
Correct: c = FindNextComponent( c, &cd)
(The PDF of the QuickTime 4 Reference has also been corrected.)
-
7/16/99 -- New documentation posted for
All available in a single PDF: QuickTime Wired Movies and Sprite Animation.
-
7/9/99 -- Updated the Graphics Importer and Graphics Exporter documentation.
This information is also available in a new PDF version of the QuickTime 4 Reference.
-
7/6/99 -- Updated the PDF version of QuickTime for Windows Programmers to include the
changes made to the HTML documentation of NativePathNameToFSSpec, GetDIBFromPict, and GetPictFromDIB (see below).
-
6/24/99 -- Corrected an error in the documentation of the Windows utility function
NativePathNameToFSSpec.
This function returns noErr even if the file does not yet exist, not fnfErr as previously stated.
Note that in QuickTime 4.0 this function did return fnfErr, as documented. This caused problems
with some existing code, so in QuickTime 4.01 this function once again returns noErr, as it
did in all earlier versions of QuickTime.
-
6/22/99 -- Added the function definition for the new PrePrerollMovie function.
This is an addition to the description of pre-prerolling already in the Streaming documentation.
-
6/22/99 -- Added a PDF of Making Cool QuickDraw 3D Applications!, by Brian Greenstone, Apple Computer, Inc.
-
6/21/99 -- A correction to the Image Compression Manager documentation points out that the "Compact Video Compressor", also called the cinepak compressor,
has a compressor type of 'cvid', not 'cdvc'.
-
6/10/99 -- A ninety-page introduction to QuickTime for Java is now available in HTML and PDF.
-
6/8/99 -- QuickTime 4 released. This QuickTime 4 Documentation website replaces the QuickTime 3 Documentation website.
-
5/25/99 -- The definitions of the Windows utility functions
GetDIBFromPict
and GetPictFromDIB have been updated.
The earlier definition did not make it clear that the function returns a Windows HANDLE, rather than a Mac OS handle.
-
5/24/99 -- The QuickTime Streaming documentation has been updated, both in HTML and in PDF.
The Functions Index now includes the streaming functions.
-
5/20/99 -- Discovering QuickTime, by George Towner / Apple Computer, is now available from Morgan Kaufman. This is an excellent introduction to and overview of QuickTime programming.
-
5/11/99 -- QuickTime 4 public beta released.